Exclude GtkPopover::pointing-to from the defaultvalue test
authorMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2014 19:20:51 +0000 (14:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 25 Jan 2014 19:20:51 +0000 (14:20 -0500)
testsuite/gtk/defaultvalue.c

index d766269254216c11e984c1c848d5297cb581c95b..84a3d804294de5f210529033daf815c2b6adf817 100644 (file)
@@ -137,6 +137,10 @@ test_type (gconstpointer data)
          (strcmp (pspec->name, "use-header-bar") == 0))
        continue;
 
+      if (g_type_is_a (type, GTK_TYPE_POPOVER) &&
+         (strcmp (pspec->name, "pointing-to") == 0))
+       continue;
+
       if (g_type_is_a (type, GDK_TYPE_DISPLAY_MANAGER) &&
          (strcmp (pspec->name, "default-display") == 0))
        continue;